package xmlnode

Import Path
	github.com/ChrisTrenkamp/goxpath/tree/xmltree/xmlnode (on go.dev)

Dependency Relation
	imports 2 packages, and imported by one package

Involved Source Files xmlnode.go
Package-Level Type Names (only one)
/* sort by: | */
XMLNode will represent an attribute, character data, comment, or processing instruction node NodePos tree.NodePos NodeType tree.NodeType Parent tree.Elem Token xml.Token GetNodeType returns the node's type. GetParent returns the parent node GetToken returns the xml.Token representation of the node Pos returns the node's document order position ResValue returns the string value of the attribute XMLNode : github.com/ChrisTrenkamp/goxpath/tree.Node